call error meaning in English
调用错误
呼叫错误
Examples
- System call errors
系统调用错误 - This method is responsible for appending the logging events and for calling error handlers if an error occurs
这个方法负责附加日志记录事件,并在错误发生时负责调用错误处理程序。 - One of the reasons that exceptions are not called errors is that the term error frequently implies a coding mistake
异常部叫做错误的其中一个原因,是因为错误的特征通常也包含了译码的错误。 - Errno . h is needed for the declaration of errno , the global system call error number variable more on that below
Errno . h是声明errno所需要的, errno是全局系统调用错误号变量(下面会有更多介绍) 。 - In . net terms , errors are no longer called errors , but rather exceptions . anticipated errors , unanticipated errors , and business rule violations are all considered to be exceptions
在. net的术语中, “错误”通常被称为“异常” ,无论是可预见的错误、不可预见的错误,违反业务流程的错误,都称作异常。